clipboard: file transfer portal support
authorMatthias Clasen <mclasen@redhat.com>
Mon, 3 Sep 2018 22:36:56 +0000 (18:36 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 12 Dec 2019 19:25:33 +0000 (14:25 -0500)
commita20c8af678d6ffc05d0da088d34290b3f1ecb7ab
tree77dd6f37fab90e1f94eed648f6d30abf2f5e6052
parent88da95d921f902ee3599ac39b26553a7c4eeb2fa
clipboard: file transfer portal support

Implement file-list <-> application/vnd.flatpak.file-list
serialization by talking to the file transfer portal.

See https://github.com/flatpak/xdg-desktop-portal/pull/222
gdk/filetransferportal.c [new file with mode: 0644]
gdk/filetransferportalprivate.h [new file with mode: 0644]
gdk/gdkclipboard.c
gdk/gdkcontentdeserializer.c
gdk/gdkcontentserializer.c
gdk/meson.build
tests/simple.c
tests/testclipboard2.c